home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1996 #15
/
Monster Media Number 15 (Monster Media)(July 1996).ISO
/
internet
/
htmled32.zip
/
HTMLED32.EXE
/
0
/
RCDATA
/
TCELLPROPERTY
/
TCELLPROPERTY.txt
Wrap
Text File
|
1996-04-01
|
2KB
|
92 lines
object CellProperty: TCellProperty
Left = 175
Top = 124
BorderStyle = bsDialog
Caption = 'Cell Properties'
ClientHeight = 164
ClientWidth = 278
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 10
Top = 58
Width = 133
Height = 13
Caption = 'Horizontal Alignment'
end
object Label2: TLabel
Left = 148
Top = 58
Width = 123
Height = 13
Caption = 'Vertical Alignment'
end
object Label3: TLabel
Left = 10
Top = 12
Width = 45
Height = 13
Caption = 'Text'
end
object HAlignCombo: TComboBox
Left = 10
Top = 72
Width = 119
Height = 20
ItemHeight = 13
Items.Strings = (
'left'
'center'
'right')
TabOrder = 1
end
object VAlignCombo: TComboBox
Left = 148
Top = 72
Width = 119
Height = 20
ItemHeight = 13
Items.Strings = (
'top'
'center'
'bottom'
'')
TabOrder = 2
end
object TextEdit: TEdit
Left = 10
Top = 26
Width = 257
Height = 20
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 62
Top = 128
Width = 72
Height = 27
TabOrder = 3
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 144
Top = 128
Width = 72
Height = 27
TabOrder = 4
Kind = bkCancel
end
object NoWrapCheck: TCheckBox
Left = 10
Top = 100
Width = 97
Height = 17
Caption = 'NoWrap'
TabOrder = 5
end
end